RowVisibility Property
Specifies whether a row or column is visible.
The defined values are:
-collapse: a row or column is not visible because the user chose to hide it.
-filter: a row or column is not visible as the result of applying a filter.
-visible: a row or column is visible.
The default value for this attribute is visible.
Namespace: Independentsoft.Office.OdfAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public Visibility Visibility { get; set; }
Public Property Visibility As Visibility
Get
Set
Property Value
Visibility